gdk/toplevelsize: Remove warnings about exceeding bounds
authorJonas Ådahl <jadahl@gmail.com>
Mon, 1 Feb 2021 10:31:11 +0000 (11:31 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Mon, 1 Feb 2021 10:31:11 +0000 (11:31 +0100)
commit6ad2a049e7a15e357c27ef122b88fc9307b857e4
tree17eedaefe4f13888f450725a2929453108f85909
parent3d85d53e5d2297ebe70c77b646e014ac6641137d
gdk/toplevelsize: Remove warnings about exceeding bounds

Sometimes the size will exceed the minimum bounds. For example crazy
applications like the widget factory that contains the world, or when a
user interactively resizes a window to be larger than the monitor the
window is on is.

The former is questionable, but the latter is not, and from here we
can't really see the difference, so just stop complaining.

Closes: https://gitlab.gnome.org/GNOME/gtk/-/issues/3035
gdk/gdktoplevelsize.c